home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-09-25 | 665 b | 29 lines | [TEXT/MPS ] |
- /*
- File: ModemDriver.r
-
- Contains: xxx put contents here xxx
-
- Version: xxx put version here xxx
-
- Copyright: © 2000 by Apple Computer, Inc., all rights reserved.
-
- */
-
- #include "Types.r"
- #include "ModemVersion.h"
-
- resource 'vers' (1, locked) {
- kVMajor, kVMinor, kVStage, kVRelease, verUS, // Numeric version
- kVersShort, // Short version
- kVers1Long // Long version
- };
-
- resource 'vers' (2, locked) {
- kVMajor, kVMinor, kVStage, kVRelease, verUS, // Numeric version
- kVersShort, // Short version
- kVers2Long // Long version
- };
-
- data 'CCI™' (128, purgeable) {
- "The USB Modem Driver is part of the USB Subsystem."
- };